home *** CD-ROM | disk | FTP | other *** search
/ Tecnología informática 3 / 020506_1014.mdf / Unidad 09 Arquitectura de ordenadores / Fresh Diagnose / diagnose.exe / install_script.iss
Text File  |  2002-04-27  |  2KB  |  41 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=FreshDevices Corp. - FreshDiagnose 4.00
  5. AppVerName=FreshDiagnose
  6. AppId=FreshDevices Corp. - FreshDiagnose 4.00
  7. DefaultDirName={pf}\FreshDevices\FreshDiagnose
  8. DefaultGroupName=FreshDevices\FreshDiagnose
  9. UninstallDisplayIcon={app}\FDiag.exe
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\fdiag.exe"; DestDir: "{app}"; 
  19. Source: "{app}\fdiagNT.dll"; DestDir: "{app}"; 
  20. Source: "{app}\fdiag9x.dll"; DestDir: "{app}"; 
  21. Source: "{app}\fbench.dll"; DestDir: "{app}"; 
  22. Source: "{app}\icmp.dll"; DestDir: "{app}"; 
  23. Source: "{app}\fresh.bcs"; DestDir: "{app}"; 
  24. Source: "{app}\styles.dat"; DestDir: "{app}"; 
  25. Source: "{app}\fresh1.sys"; DestDir: "{app}"; 
  26. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  27. Source: "{app}\fdiag.htm"; DestDir: "{app}"; 
  28.  
  29. [Run]
  30. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  31.  
  32. [Icons]
  33. Name: "{userdesktop}\FreshDiagnose"; Filename: "{app}\FDiag.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  34. Name: "{group}\FreshDiagnose"; Filename: "{app}\FDiag.exe"; WorkingDir: "{app}"; 
  35. Name: "{group}\FreshDiagnose Help"; Filename: "{app}\fdiag.htm"; 
  36. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; 
  37. Name: "{group}\Get Your Free Registration Code!!"; Filename: "{pf}\Internet Explorer\iexplore.exe"; Parameters: "http://www.freshdevices.com/register.html"; IconFilename: "{pf}\Internet Explorer\iexplore.exe"; IconIndex: 1; 
  38.  
  39. [Tasks]
  40. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  41.